projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b15dcac
)
Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 19 Mar 1996 08:06:44 +0000
(08:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 19 Mar 1996 08:06:44 +0000
(08:06 +0000)
src/s/gnu-linux.h
patch
|
blob
|
history
diff --git
a/src/s/gnu-linux.h
b/src/s/gnu-linux.h
index 712b5ce5326d58a88d266ae4bc680b17ddd1f8a6..ba868bcd6457494b11683c800c4632a374825d48 100644
(file)
--- a/
src/s/gnu-linux.h
+++ b/
src/s/gnu-linux.h
@@
-41,13
+41,13
@@
Boston, MA 02111-1307, USA. */
it is safe to use SIGIO. */
#ifndef NOT_C_CODE
#ifdef emacs
-#ifdef HAVE_VERSION_H
+#ifdef HAVE_
LINUX_
VERSION_H
#include <linux/version.h>
#if LINUX_VERSION_CODE > 0x10200
#define LINUX_SIGIO_DOES_WORK
#endif /* LINUX_VERSION_CODE > 0x10200 */
-#endif /* HAVE_VERSION_H */
+#endif /* HAVE_
LINUX_
VERSION_H */
#endif /* emacs */
#endif /* NOT_C_CODE */